home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-080 ms dos 60 + enhance tool / 3.ima / DBLSPACE.IN_ / DBLSPACE.bin
Text File  |  1993-03-10  |  2KB  |  84 lines

  1. ; Microsoft DoubleSpace Setup Information File
  2. ;
  3. ; This file customizes the behavior of DoubleSpace when it is compressing
  4. ; existing drives or creating new drives.
  5.  
  6. ;
  7. ; Commands under [SpecialFiles] indicate actions to be taken for specific
  8. ; files; the options are COPY=filename, IGNORE=filename, and MOVE=filename.
  9. ; Without a path, any file of that name will match; wildcards (?, *) are
  10. ; acceptable.
  11. ;
  12. ;   COPY=
  13. ;     Specified file(s) are copied to compresed drive, and left behind on the
  14. ;     uncompressed drive.
  15. ;
  16. ;   IGNORE=
  17. ;     Specified file(s) are left behind on the uncompressed drive.
  18. ;
  19. ;   MOVE=
  20. ;     Specified file(s) are moved to the compressed drive.  This is the
  21. ;     default behavior for all files, except those with the SYSTEM attribute.
  22. ;
  23. [SpecialFiles]
  24. ;
  25. ;  The following two exceptions are for Microsoft Chart, French version:
  26.  
  27.    MOVE=MC.COM
  28.    MOVE=MCA
  29.  
  30. ;
  31. ;  The following two exceptions are for Microsoft Multiplan, French version:
  32. ;
  33.  
  34.    MOVE=PLAN.COM
  35.    MOVE=MPA
  36.  
  37. ;
  38. ;  The following two exceptions are for Microsoft Word, French version:
  39. ;
  40.  
  41.    MOVE=MW.COM
  42.    MOVE=MWA
  43.  
  44. ;
  45. ; Programs under [CopyFiles] are optional utilities that will be left on the
  46. ; original boot drive if there is enough space.
  47. ;
  48. [CopyFiles]
  49.    MSD.EXE
  50.    MEM.EXE
  51.  
  52. ;
  53. ; Programs under [dangerous] will be REM'ed out of config.sys during
  54. ; DoubleSpace Setup, and will be restored when Setup is complete.
  55. ;
  56. [Dangerous]
  57.    PROTMAN
  58.    WORKGRP
  59.    UBNEI
  60.    UBXPS
  61.    ELNKII
  62.    INTERLNK
  63.    MC.SYS
  64.    FASTOPEN
  65.  
  66. ;
  67. ; Programs under [prior] will have DEVICEHIGH=DBLSPACE.SYS placed -before-
  68. ; them in config.sys.  This is done to avoid memory incompatibilities.
  69. ; Note that it is okay to have multiple DBLSPACE.SYS lines in config.sys;
  70. ; any redundant loads are ignored.
  71. ;
  72. [Prior]
  73.    PROTMAN
  74.  
  75. ;
  76. ; [Fragments] accepts two lines:  Initial=#### and Addition=#### .  Initial
  77. ; is the number of fragments which will be allowed during SETUP; Addition is
  78. ; the number of fragments we allow, above that which is currently in use,
  79. ; at all other times with DoubleSpace.
  80. ;
  81. [Fragments]
  82.    Initial=2600
  83.    Addition=110
  84.